CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AES CBC

搜索资源列表

  1. des&aes

    0下载:
  2. aes加密与des加密(包括三重des加密与cbc工作模式)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:187768
    • 提供者:刘华
  1. CBC-AES

    0下载:
  2. aes cbc mode source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45342
    • 提供者:milaner
  1. aes

    1下载:
  2. aes加密算法,c语言编写,ECB的加密方式-aes encryption algorithm, c language, ECB mode encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:58134
    • 提供者:apple
  1. aes

    1下载:
  2. 用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5634
    • 提供者:jame
  1. encrypt.tar

    1下载:
  2. 简单加密工具升了下级,引入了安全删除原文件的方式,使用AES-128-CBC加密, 加密代码从OpenSSL里面抠出来。-Simple encryption tool or a lower level, the introduction of a safety way to delete the original document, using AES-128-CBC encryption, encryption code to pull out from inside OpenSSL.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:15780
    • 提供者:包子
  1. (Clanguage)

    0下载:
  2. CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4734
    • 提供者:1234
  1. AES

    0下载:
  2. 本程序是AES算法的实现,包括加密与解密,分组长度128bit,密钥长度为128bit、192bit或256bit-This procedure is the AES algorithm, including the encryption and decryption, packet length of 128bit, key length of 128bit, 192bit or 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:498702
    • 提供者:lishen
  1. aes

    3下载:
  2. AES标准加密解密算法,写的相当好。Main函数里面有详细的调用,可以参考。其实很简单的,呵呵。-AES standard encryption and decryption algorithms, written in a very good job. Main function call there are detailed reference. In fact, very simple, huh, huh.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:3497
    • 提供者:朱克
  1. AESHash

    0下载:
  2. 基于AES加密算法的Hash散列生成器,采用CBC模式,能产生一个文件的HMac散列值-Hash-based AES encryption algorithm hash generator, using CBC mode, can produce a hash value of file HMac
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:966830
    • 提供者:wangurey
  1. rsyncrypto-1.12.tar

    0下载:
  2. 使用AES-CBC对文件进行加密,并对加密后的文件用rsync增量传输,达到安全高效的目的。该代码源自rsyncrypto,在Visual studio中编译的时候设定“使用自己创建的预编译头”,然后将config.h的路径指明正确.-the encrypted file s incremental transmission
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:420652
    • 提供者:Jimmy
  1. AES_CBC_App

    0下载:
  2. Program that implements AES CBC encryption and decryption using OpenSSL library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:477601
    • 提供者:nykeru
  1. aes

    1下载:
  2. Aes256 encryption, cbc mode,using IV and a 256 bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:978
    • 提供者:cris
  1. AES

    1下载:
  2. AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:559804
    • 提供者:lbf
  1. AES-cbc

    0下载:
  2. 实现aes在CBC模式下的加密解密,对于初学ARS的人来说是很好的资料,代码简单易懂-Aes encryption and decryption in CBC mode, is a good information for the beginner ARS, easy-to-understand code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4312211
    • 提供者:张绍宇
  1. nx-aes-cbc

    0下载:
  2. AES CBC routines supporting the Power 7+ Nest Accelerators driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1712
    • 提供者:vzfeinong
  1. aes.js

    0下载:
  2. nodeJs版aes加密解密,使用AES/CBC/PKCS5Padding模式,可以跨Android,Java,IOS平台使用.支持128或256位密钥.-AES encryption-decryption witch
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1576
    • 提供者:sike
  1. CBC_AES_NoPadding_PKCS5Padding

    0下载:
  2. MFC工程,实现AES CBC 128bit NoPading和PKCS5Pading的功能(MFC AES CBC 128bit NoPading project implementation, and the function of PKCS5Pading)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:28672
    • 提供者:牛牛2050
  1. AES 128 CBC Decryption

    0下载:
  2. Block mode related AES implement on GHDL
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-10
    • 文件大小:20480
    • 提供者:RsD
  1. AES 128 CBC Encryption

    0下载:
  2. Block mode related AES algorithm
  3. 所属分类:单片机开发

    • 发布日期:2018-01-10
    • 文件大小:19456
    • 提供者:RsD
  1. source-archive (5)

    0下载:
  2. Python based virtual drive encryption utility Developed with wxpython, This utility is used to encrypt the virtual drives (created using Microsoft diskpart), using AES CBC mode encryption.
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:676864
    • 提供者:kkainer
« 12 3 »
搜珍网 www.dssz.com